'Declaration Public Overloads Shared Function CreateValueProcessing<TTargetThe type of the target.,TValueThe type of the value.>( _
ByVal valueGetterПолучение значения.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal processingCommandКоманда обработки для обработки значения valueGetter.As ProcessingCommand(Of TTarget) _
) As ProcessingCommand(Of TTarget) (Of TTargetThe type of the target., TValueThe type of the value.)
public static ProcessingCommand<TTarget> CreateValueProcessing<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> valueGetter,
ProcessingCommand<TTarget> processingCommand
)
public: static ProcessingCommand<TTarget*>* CreateValueProcessing<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* valueGetter,
ProcessingCommand<TTarget*>* processingCommand
)
generic<typename TTarget> generic<typename TValue> public:
static ProcessingCommand<TTarget^>^ CreateValueProcessing(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ valueGetter,
ProcessingCommand<TTarget^>^ processingCommand
)
Parameters
- valueGetter
- Получение значения.
- processingCommand
- Команда обработки для обработки значения valueGetter.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
Return Value
Новый экземпляр класса ValueProcessing<TTarget,TValue>.